.openGovernment{
    flex-grow: 1;
    background: #FFFFFF;
}
.openGovernment_one{
    padding: 19px 31px 5px 30px;
    display: flex;
    flex-wrap: wrap;
}
.openGovernment_one_item{
    display: flex;
    padding: 0 29px;
    height: 83px;
    background: #EFF8FF;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 23%;
}
.openGovernment_one_item:nth-last-of-type(4n+1) {
    margin-right: 0;
}
.openGovernment_one_item_icon{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 10px;
}
.openGovernment_one_item_icon img{
    width: 0.4rem;
    height: 0.4rem;
}
.openGovernment_one_item_value{
    width: 96px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0085FF;
    line-height: 28px;
}
.openGovernment_two{
    display: flex;
    width: 100%;
}
.openGovernment_two_child{
    width: 50%;
}
@media screen and (max-width: 768px) {
    .openGovernment_one{
        padding:0.13rem 0.15rem 0.21rem 0.16rem;
    }
    .openGovernment_one_item{
        padding:0 0.25rem 0 0.24rem;
        height: 0.7rem;
        margin-right: 0.1rem;
        margin-bottom: 0.1rem;
    }
    .openGovernment_one_item:nth-last-of-type(4n+1){
        margin-right: 0.1rem;
    }
    .openGovernment_one_item:nth-last-of-type(2n+1){
        margin-right: 0rem;
    }
    .openGovernment_one_item_icon{
        width: 0.28rem;
        height: 0.33rem;
    }
    .openGovernment_one_item_icon img{
        width: 0.28rem;
        height: 0.33rem;
    }
    .openGovernment_one_item_value{
        font-size: 0.2rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #0085FF;
        line-height: 0.22rem;
        width: 0.8rem;
        vertical-align:center;
    }
    .openGovernment_two{
        flex-direction: column;
    }
    .openGovernment_two_child{
        width: 100%;
    }
}

